home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Fun & Games / Zippy / Zippy 2.0 Instructions.text < prev   
Text File  |  1989-07-11  |  8KB  |  184 lines

  1. Zippy, the Talking Head, version 2.0 by Chuck Shotton. 7-11-89
  2. =================================================================
  3. Zippy is a program, similar to the infamous Talking Moose DA. Zippy hangs
  4. out in the background of your Mac, waiting to enlighten you with his random
  5. words of wisdom. Zippy should run on all Macs with 128k ROMs and sufficient
  6. memory, and has been tested on Mac Plus, Mac SE, and Mac II computers.
  7.  
  8. Zippy 2.0 is shareware. If you like this version, please send $5 to the author at the
  9. address below. If Zippy doesn't do much for you, please pass him on to someone 
  10. who will give him a happy home.
  11.  
  12. New Features in Version 2.0
  13. ===========================
  14. This is Zippy's second incarnation (version 2.0). To really use the old
  15. version, you had to be pretty good with ResEdit. This version adds features
  16. that allow anyone to edit all of Zippy's parameters without ResEdit.
  17.  
  18. New features include:
  19.  
  20. Enhanced Color Support
  21. ----------------------
  22. This version of Zippy fixes many of the problems associated with using
  23. him on a Mac that supports color. Zippy now replaces the color background
  24. correctly when he goes away. Also, support has been added for color
  25. face pictures.
  26.  
  27. NOTE: Zippy uses a rather lazy approach to handling color compatibility.
  28. When the program starts, the default color palette being used for the Mac
  29. desktop is copied. As long as the color settings remain untouched, Zippy
  30. is happy. If you change the color settings while Zippy is running (from
  31. 16 to 256 colors, for example), the effect is usually a spectacular crash
  32. of the video card. Moral of the story, don't change colors on Zippy.
  33.  
  34. Phrase and Settings Editors
  35. ---------------------------
  36. Version 2.0 adds two dialogs for modifying Zippy's voice and vocabulary.
  37. You can add up to 64 new phrases to Zippy, configure the sound of his 
  38. voice, and choose to use color or black and white face pictures.
  39.  
  40. Running Zippy
  41. =============
  42. Using this program is EXTREMELY simple. Just double-click the file and 
  43. sit back. Zippy is designed to run in the background with Multifinder, 
  44. you MUST be running Multifinder to use Zippy (you can run Zippy without 
  45. Multifinder, but it's pretty boring). In addition, Zippy speaks using the 
  46. Macintalk speech synthesis driver. This file MUST be in your System Folder.
  47.  
  48. Zippy needs to live on the same disk as the System Folder (not necessarily
  49. in the same folder, just the same disk). If not, the Macintalk routines 
  50. can't locate the Macintalk driver.
  51.  
  52. Once he is running, just click the Multifinder icon in the upper right corner
  53. of the screen, or select another program's window to move him out of the way.
  54.  
  55. To stop Zippy, make it the active application and then select "Quit" from the
  56. Zippy menu.
  57.  
  58. Using the Edit Settings Dialog
  59. ------------------------------
  60. Under the Zippy menu, there are two new options in version 2.0. The first
  61. menu choice, "Edit Settings", is used to adjust how long Zippy sleeps,
  62. how his voice sounds, and whether or not to use color. The "Seconds to
  63. Sleep" field specifies how long Zippy will be inactive before he wakes up
  64. with some random words of wisdom. 
  65.  
  66. The "Speech Pitch" field adjusts the pitch of Zippy's voice. Recommended
  67. values range from 65 to 250. The higher the number, the higher the pitch.
  68.  
  69. The "Speech Rate" affects how fast Zippy speaks. The suggested range is
  70. similar to Speech Pitch and the higher the number, the faster Zippy speaks.
  71.  
  72. Using the Phrase Editor
  73. -----------------------
  74. The original Zippy was a real pain to use if you weren't comfortable with
  75. ResEdit. The Phrase Editor, available by choosing the "Edit Phrases" menu
  76. option, allows you to modify or enter new phrases. This dialog has a field
  77. for editing phrases, and several buttons across the bottom that are used
  78. to select or delete phrases. Use the "Next" and "Previous" buttons to
  79. browse through the current phrases. To remove a phrase, click the "Delete"
  80. button. 
  81.  
  82. The "New" button adds a new, blank phrase and allows you to edit it.
  83. Be careful not to leave any empty phrases laying around, as Zippy can
  84. choke on them. To hear how your new (or any) phrase sounds, click the
  85. "Say It!" button, and Zippy will speak using the current speech settings.
  86. Click the "Done" button when you are finished editing phrases.
  87.  
  88. Color PICTures
  89. --------------
  90. Zippy 2.0 can display color pictures as well as black and white. Check the
  91. "Use Color PICTures" box and restart Zippy to see his face in living color.
  92. Remember, you MUST quit Zippy and re-run him to have this option take 
  93. effect.
  94.  
  95. Modifying Zippy
  96. ===============
  97. Zippy is designed to be totally user-configurable. If you are creative with 
  98. ResEdit, you can make Zippy look like a moose (or anything else), say whatever
  99. you want, and wake up whenever you say. There are 2 resource types that can
  100. be modified to change how Zippy acts. The PICT resources numbered 200-299
  101. define Zippy's B&W face (you can have fewer or more faces...more later), while
  102. PICT resources 300-399 define the color versions of the same (or different)
  103. faces. The STR resources define severalinteger constants that affect how 
  104. Zippy operates.
  105.  
  106. STR Resources
  107. ==============
  108. These resources are ASCII representations of integers. They define
  109. constants that change the operation of Zippy as follows:
  110.  
  111. #128 "Num of PICTs"
  112. -------------------
  113.     This number represents the number of PICTs used for Zippy's random faces.
  114. This number must be 1 less than the actual count. So, if you have 10 pictures
  115. for Zippy's faces, set this STR resource to 9.
  116.  
  117. #130 "PICT Height" and #131 "PICT Width"
  118. ----------------------------------------
  119.     These STRs define the height and width of Zippy's face pictures in pixels.
  120.  
  121. #132 "Left Offset" and #133 "Top Offset"
  122. ----------------------------------------
  123.     These two STRs define where Zippy will show up on the screen. They define 
  124. the top-left corner of where his face pictures will be drawn.
  125.  
  126.  
  127. PICT Resources
  128. ==============
  129. You can change Zippy's appearances completely by altering the PICT resources 
  130. that are displayed for his face. You can have as few or as many faces as you 
  131. want. Create new faces using a tool such as MacPaint (color PICTs work 
  132. too), copy them to the Scrapbook, and paste them into Zippy using ResEdit. 
  133. There are a few IMPORTANT things that must be done after the pictures are 
  134. pasted into the PICT resources in Zippy. The resource IDs of the PICTs that 
  135. make up Zippy's faces must be numbered sequentially, starting at 200. So if you 
  136. have 6 pictures, the PICT IDs must be 200-205. 
  137.  
  138. Zippy works best if all of his face pictures are identical in size. It is 
  139. important for performance reasons that STR resources #130 and #131 be set to 
  140. the exact width and height of the PICTs. If the sizes are off, you may hear 
  141. clicks and pops while Zippy is speaking.
  142.  
  143. More Info
  144. =========
  145. Zippy was written using LS Pascal, but should port easily to other versions of
  146. Pascal (He was originally developed in MPW Pascal). Source code is available 
  147. for $8. Please send any comments or requests to:
  148.  
  149. Chuck Shotton
  150. c/o BIAP Systems
  151. P.O. Box 580622
  152. Houston, TX 77258-0622
  153.  
  154. BIAP's BBS is available 24 hours a day at (713) 480-7422. Or, you can contact
  155. the BBS via FidoNet at address 1:106/260.
  156.  
  157.  
  158. Other BIAP products:
  159. ====================
  160. MacPhone
  161. --------
  162. This is an AppleTalk telephone. It supports multiple zones and all Macs. It
  163. allows two users on Appletalk to carry on a conversation. Supports Multifinder
  164. and operates as a message service in the background.
  165.  
  166. HyperComm
  167. ---------
  168. HyperComm is a collection of HyperCard XCMDs that allow HyperCard stacks to
  169. communicate over the Mac's serial ports. It supports baud rates from 300 to 
  170. 19.2k, send, receive, and serial port configuration.
  171.  
  172. PopUpMenus
  173. ----------
  174. A XFCN for HyperCard that provides PopUp menus for stacks. This is one of the 
  175. few PopUp XCMDs that works with large screen Macs.
  176.  
  177. Bugglings
  178. ---------
  179. Be the master of your own universe! This program is based on the May '89
  180. Computer Recreations column in Scientific American, and simulates life in
  181. a test tube.
  182.  
  183. Source code is available for all of these products. Contact BIAP for more info.
  184.